home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / quickrun.zip / QR.DOC next >
Text File  |  1991-08-04  |  6KB  |  115 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                    Quick Run
  7.  
  8.             Do you ever have trouble remembering the name of the
  9.         executable file you want to run? You can keep typing possible
  10.         names and getting "Bad command or file name" messages
  11.         until you get it right. Or you could type DIR /W and try to
  12.         find the name of the executable file among all the data files
  13.         or other files in the directory. The alternative is to use
  14.         Quick Run. Quick Run displays a list of all the executable
  15.         files in the current directory. It displays the batch files
  16.         first, in red. Then it displays the EXE and COM files, in
  17.         green. It will display the BASIC files next, in blue, but
  18.         only if it finds a BASIC interpreter or compiler in the
  19.         current directory. Within each catagory (batch, COM and EXE,
  20.         and BASIC) all files are arranged in alphabetical order.
  21.             If you do not have a mouse driver installed, Quick Run
  22.         stops there and returns to DOS. However, if you have a mouse
  23.         driver installed, Quick Run allows you to select the files to
  24.         run with the mouse. Just position the rectangular mouse
  25.         cursor on the name of the file you want to run and press
  26.         either mouse button.
  27.             If the file is a batch, COM, or EXE file, Quick Run runs
  28.         it immediately. The only restriction is that Quick Run runs
  29.         only the program itself. It does not allow you to add command
  30.         line parameters to the command to run the program.  If the
  31.         file is a BASIC program, Quick Run runs the BASIC interpreter
  32.         and loads the BASIC program into it. What happens next
  33.         depends on the BASIC interpreter or compiler. For most BASIC
  34.         interpreters, the program runs immediately. For most BASIC
  35.         compilers, like QuickBASIC or PowerBASIC, the program does
  36.         not run immediately. You must select the RUN option from a
  37.         menu, or press a control key such as F5 or F9.
  38.             There is one restriction on running BASIC programs. For
  39.         technical reasons, the combined lengths of the file name for
  40.         the BASIC program (minus the .BAS extension) and the file
  41.         name of your BASIC interpreter or compiler (minus the .EXE
  42.         or .COM extension) cannot exceed 13. If it does, Quick Run
  43.         will abort with an error message.
  44.             If you do not want to run any of the programs displayed
  45.         by Quick Run, you can abort in one of two ways. You can
  46.         click either mouse key while the mouse cursor is not on an
  47.         executable file name, like when it is on an empty space. You
  48.         can also press the Escape key. This option is provided in
  49.         case you find that you do not have a mouse installed, even
  50.         though you have the mouse driver software installed.
  51.             Since you want Quick Run to be easy to run, I suggest
  52.         that you install the QR.EXE file in your root directory. That
  53.         way, you can run it from any directory by typing \QR and
  54.         pressing the ENTER key. You also could install QR.EXE in any
  55.         directory that is in your PATH statement. Then you could run
  56.         it just by typing QR and pressing ENTER. If you tend to be
  57.  
  58.  
  59.  
  60.  
  61.  
  62.         really lazy, you could rename the file Q.EXE. Then you would
  63.         only need to type Q and press ENTER.
  64.  
  65.         Paying for Quick Run
  66.  
  67.             Quick Run is a shareware program. If you like it, please
  68.         pay for it by sending $5.00 to:
  69.  
  70.                               Leithauser Research
  71.                              4649 Van Kleeck Drive
  72.                            New Smyrna Beach FL 32169
  73.  
  74.             In addition to a clear conscience, you will receive a
  75.         disk containing other shareware and freeware programs by
  76.         Leithauser Research. You are, of course, under no obligation
  77.         to register these programs unless you also decide to keep
  78.         using them.
  79.  
  80.         The ProLook QuickBASIC library
  81.  
  82.             This program was created using QuickBASIC and the
  83.         ProLook QuickBASIC library. The ProLook library is a
  84.         QuickBASIC enhancement library that adds such features to
  85.         QuickBASIC as:
  86.  
  87.         1) Advanced disk management commands, like being able to read
  88.         a list of file names from disk into a string array or being
  89.         able to determine how much free space is left on the disk
  90.         2) Mouse control of QuickBASIC programs
  91.         3) Data manipulation such as array sorts and data conversions
  92.         4) Advanced keyboard input routines like bounce bar menus
  93.         (one and two dimensional) and formatted input routines
  94.         5) Fancy output routines, such as pop-up windows, screen
  95.         scrolls, and automatic centering and bordering of output
  96.  
  97.             The ProLook QuickBASIC library can be ordered by sending
  98.         $35.00 to Leithauser Research (remarkable coincidence, isn't
  99.         it) at the above address. However, if you mention in your
  100.         order that you read about the ProLook library in the Quick
  101.         Run manual, you can send just $30.00, a $5.00 discount. It is
  102.         not necessary to register Quick Run to order ProLook or
  103.         obtain the discount.
  104.  
  105.         Custom Programming
  106.  
  107.             The primary function of Leithauser Research is custom
  108.         computer programming. If you need an unusual program that you
  109.         cannot find commercially, contact us at the above address for
  110.         a price quote. Our rates are very reasonable. You acquire all
  111.         rights to the programs you hire us to write, so you can
  112.         market these programs yourself if you like.
  113.  
  114.  
  115.